home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #2 / Software USA Volume 5.02.iso / mac / games / 5 / Slithereens Levels / Slithereens Levels.rsrc / TEXT_1035_a Bonus Round!.txt < prev    next >
Encoding:
Text File  |  1998-12-04  |  1.2 KB  |  70 lines

  1. tiles = 1100
  2. ppat = 1100
  3. foodTime = 1000000000
  4. music = 128
  5. levelType = 1
  6. ###########################
  7. #.........................#
  8. #.!.......................#
  9. #....q..............q.....#
  10. #.................m.......#
  11. #.........................#
  12. #...........q.............#
  13. #.....................^...#
  14. #.........................#
  15. #........!........q.......#
  16. #.........................#
  17. #.........................#
  18. #....q....................#
  19. #.........................#
  20. #...........q.............#
  21. #....................q....#
  22. #.....m...................#
  23. #.........................#
  24. #.............q...........#
  25. #................^........#
  26. ###########################
  27.  
  28. edit ^ egg
  29.    addLife = true
  30.    player = player1
  31.    hatchTime = 2000000000
  32.    eggGroup = player1
  33.    sprite = player1
  34.    snakeGroup = 1
  35. end
  36.  
  37. edit !  egg
  38.    addLife = true
  39.    player = player2
  40.    hatchTime = 2000000000
  41.    eggGroup = player2
  42.    sprite = player2
  43.    snakeGroup = 2
  44. end
  45.  
  46. edit q food
  47.    type = spam
  48.    player = computer
  49.    addLife = true
  50.    attackGroup = 0
  51.    group = 16
  52.    points = 500
  53. end
  54.  
  55. edit m food
  56.    type = mongoose
  57.    player = computer
  58.    addLife = true
  59.    attackGroup = 32
  60.    group = 16
  61.    speed * 475
  62.    speed / 300
  63.    ai = mongoose
  64.    points = 500
  65.    stopChance = 0
  66.    avgStopTime = 0
  67. end
  68.  
  69. end
  70.